func runtime.lockWithRank
13 uses
runtime (current package)
lock_futex.go#L47: lockWithRank(l, getLockRank(l))
lockrank_off.go#L21: func lockWithRank(l *mutex, rank lockRank) {
rwmutex.go#L42: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L70: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L84: lockWithRank(&rw.wLock, lockRankRwmutexW)
rwmutex.go#L89: lockWithRank(&rw.rLock, lockRankRwmutexR)
rwmutex.go#L111: lockWithRank(&rw.rLock, lockRankRwmutexR)
sema.go#L132: lockWithRank(&root.lock, lockRankRoot)
sema.go#L171: lockWithRank(&root.lock, lockRankRoot)
sema.go#L489: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L531: lockWithRank(&l.lock, lockRankNotifyList)
sema.go#L561: lockWithRank(&l.lock, lockRankNotifyList)
stack.go#L822: lockWithRank(&sg.c.lock, lockRankHchanLeaf)